Skip to content
Back to search
30
MCP

Code Graph RAG

pulsemcp/code graph rag

Provides advanced code graph analysis through specialized agents for parsing, indexing, querying, and semantic search across codebases with Tree-sitter parsing for multiple languages, SQLite vector storage, and hybrid search combining structural graph traversal with semantic similarity for code review workflows, refactoring analysis, and natural language codebase understanding.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Codebase RAG
Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling
0 tools
Go Code Graph
Analyzes Go codebases using AST parsing and Neo4j graph storage to enable natural language queries about code structure, dependencies, archi
0 tools
TeaRAGs
Provides semantic code search across large codebases using vector embeddings and AST-aware chunking with git metadata integration for intell
0 tools
CodeGraph Context
Code graph analysis for AI coding assistants with repo graph queries, symbol impact paths, and dependency hotspot reports.
0 tools
Code Analysis
Integrates code analysis using a Neo4j graph database to enable structural insights, quality metrics, and natural language querying of codeb
0 tools
Crawl4AI RAG
Combines web crawling with vector search to enable content extraction, semantic indexing, and retrieval-augmented generation over web-based
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code_graph_rag": {
      "url": "None",
      "transport": "http"
    }
  }
}